Einhugur Word Plugin for Xojo

DocumentItem.InsertParagraphAfter Method

Inserts paragraph after this document item.

InsertParagraphAfter(
   value as String) as EinhugurWord.Paragraph

Parameters

value
Text value for the first run in the paragraph.

Returns

EinhugurWord.Paragraph
The newly created paragraph.

Remarks

One Run object is created for you also when inserting new paragraph.

See Also

DocumentItem Class